Support MOI.VectorNonlinearOracle - #218
Conversation
|
@andrewrosemberg Is the ready for a review? Were you able to solve you JuMP model with an oracle with Ipopt to test it? |
found a bug when testing the hessian that I am trying to figure out: amontoison#5 |
* hs10 oracle tests * add hs14_oracle * normalize constraints test * add more tests nlp * start checking jacobian and hessian * fix bug hessian * fix bg consistency
|
@andrewrosemberg I did a full pass on your modifications. |
ee7edae to
18ed91a
Compare
ca059cc
into
JuliaSmoothOptimizers:main
close #219
#217
@andrewrosemberg
Andrew, can you continue this PR?
I started the support of oracles in
MathOptNLPModelbut it is not finished.We need to also support it in
MathOptNLSModeland add unit tests.